home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr33 / dmndr10f.zip / DATEMNDR.DOC < prev    next >
Text File  |  1993-05-15  |  5KB  |  141 lines

  1.  
  2. DateMinder v1.0f - Copyright (c) 1993 Don MacElrath.  All rights reserved.
  3.  
  4.  
  5.  
  6. This program may be distributed freely, as long as the following
  7. conditions are satisfied:  
  8.         
  9.         It remains intact with all the original files,
  10.         The files are not modified in any way,
  11.         No fee is charged for its distribution.
  12.         
  13. And as always, use at your own risk.
  14.  
  15.  
  16. This handy program runs in your autoexec.bat file and scans a listing 
  17. of dates that you entered in the DATEMNDR.DAT file.  It then alerts 
  18. you if a match is found.  You can set it up so it will warn you in 
  19. advance of an upcoming date.  Great if you need to go shopping for 
  20. that anniversary present!  <g>  Operates in a fraction of a second!
  21.  
  22.  
  23.  
  24.  
  25.  
  26. Installation
  27. ------------
  28.  
  29. Just add the DMNDR10F command line to the end of your AUTOEXEC.BAT 
  30. file, or CALL the sample DATEMNDR.BAT file that is provided in this 
  31. archive from your autoexec.bat.
  32.  
  33.  
  34. Syntax
  35. ------
  36.  
  37.         DMNDR10F C:\PATH\DATEMNDR.DAT /OPTION
  38.         
  39. Remember to include the path for the DATEMNDR.DAT file, or change into
  40. the directory that contains the DATEMNDR files before executing the 
  41. program.
  42.  
  43. A sample batch file has been provided in this archive.
  44.  
  45.  
  46. Options
  47. -------
  48.  
  49. Currently there is only 1 valid option for this program:
  50.  
  51.         /PAUSE
  52.         
  53. This will cause DATEMNDR to wait for a keypress ONLY if a match has 
  54. been found in the DATEMNDR.DAT file, otherwise if no match is found, 
  55. the program WILL NOT pause.  This option is for people that want to 
  56. run the program before something in their autoexec that clears the 
  57. screen.
  58.  
  59.  
  60. DATEMNDR.DAT 
  61. ------------
  62.  
  63. Now is as good as time as any to discuss the layout of the data file.
  64. It may seem confusing a first, but its really rather simple.
  65.  
  66. Sample data entry:
  67.  
  68. 12/21/-1 14 Programmer's Birthday!
  69.  
  70.         12/21/-1 - This is the date.  I will discuss the -1 shortly.
  71.  
  72.         14       - This is the number of days before issuing a 
  73.                    warning.  Valid options for this parameter are
  74.                    00 to 99.  00 would mean that the program will
  75.                    not warn you that a date is approaching until it is 
  76.                    to late. <g>
  77.         
  78.         text     - This is the text that will be displayed to you.
  79.                    This may be up to 50 characters.
  80.                    
  81. The -1 tells the program to ignore the year when it is processing the 
  82. information.  It is perfectly valid to have something like this:
  83.  
  84. 12/21/93 14 Programmer's Birthday!
  85.  
  86. But since I choose to put in 93 instead of -1, the program will only 
  87. find this entry as valid for the year of 1993.  What about 1994? and 
  88. 1995? and all the rest of the years?  Well, you could put in 1 entry 
  89. for each year (which is ridiculous), or you could just use a -1 in 
  90. place of the year.  Most years you will enter will probably be -1.
  91. I hope this isn't to confusing.
  92.  
  93. Please include 2 digits for the mm/dd/yy and warning day(s) fields.
  94.  
  95. For example:
  96. 7/2/-1 3 Joe's Anniversary.
  97.  
  98. Should be written as:
  99. 07/02/-1 03 Joe's Anniversary.
  100. ^  ^     ^
  101.  
  102.  
  103. UT OH!
  104. ------
  105.  
  106. There are certain holidays that don't fall on a particular date (the 
  107. date changes every year).  Holidays like Easter, Memorial Day, Labor 
  108. Day, Thanksgiving (gobble - gobble) etc.  This program doesn't handle 
  109. those types of holidays.  Sorry.  What do you want for free?  <g>
  110. What you could do would be to check you calendar and add those dates 
  111. manually each year.  I know, tacky, but it is a solution if you need to 
  112. keep track of these.
  113.  
  114.  
  115. What else?
  116. ----------
  117.  
  118. If you would like to contact me, and tell me how great I am, you can 
  119. reach me through ILINK.  Send me some mail!  I never know if these 
  120. programs I write are of use to anyone.  It would be nice to hear from 
  121. some people.
  122.  
  123. If you would like to make a donation to an unemployed computer 
  124. professional who is in dire need of funds, send them to
  125.  
  126.                                 Don MacElrath
  127.                                 29 Hill Drive
  128.                                 Pine Hill, NJ 08021 
  129.                                 
  130.                                 REF: DateMndr
  131.                                 
  132. Again, I would like to stress that this program is fully functional 
  133. and FREE.  I don't want anyone to feel obligated to pay for use of 
  134. this program.
  135.  
  136. I don't think I forgot anything, but I'm sorry if I did.  The program 
  137. isn't very complicated to begin with so you should have no trouble 
  138. with it.
  139.  
  140. Thank you for choosing DateMinder!  Enjoy!
  141.